From: chris@kneesaa.uk.xensource.com Date: Fri, 4 Aug 2006 08:28:34 +0000 (+0100) Subject: [qemu patches] Update patches for changeset 10926:e47aad0605a3. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15732^2~70 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=73bf5288a05b8bc396fc31ea1d8b7d4554d1ba97;p=xen.git [qemu patches] Update patches for changeset 10926:e47aad0605a3. Signed-off-by: Christian Limpach --- diff --git a/tools/ioemu/patches/qemu-allow-disable-sdl b/tools/ioemu/patches/qemu-allow-disable-sdl new file mode 100644 index 0000000000..caa7105187 --- /dev/null +++ b/tools/ioemu/patches/qemu-allow-disable-sdl @@ -0,0 +1,28 @@ +Index: ioemu/configure +=================================================================== +--- ioemu.orig/configure 2006-08-03 19:19:38.000000000 +0100 ++++ ioemu/configure 2006-08-03 23:38:19.000000000 +0100 +@@ -226,8 +226,6 @@ + ;; + --enable-cocoa) cocoa="yes" ; coreaudio="yes" ; sdl="no" + ;; +- --disable-gfx-check) check_gfx="no" +- ;; + --disable-gcc-check) check_gcc="no" + ;; + --disable-system) softmmu="no" +@@ -736,14 +734,6 @@ + target_user_only="yes" + fi + +-if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \ +- -a "$sdl" = "no" -a "$cocoa" = "no" ; then +- echo "ERROR: QEMU requires SDL or Cocoa for graphical output" +- echo "To build QEMU without graphical output configure with --disable-gfx-check" +- echo "Note that this will disable all output from the virtual graphics card." +- exit 1; +-fi +- + #echo "Creating $config_mak, $config_h and $target_dir/Makefile" + + mkdir -p $target_dir diff --git a/tools/ioemu/patches/series b/tools/ioemu/patches/series index 6a32aa2256..4e4b48c508 100644 --- a/tools/ioemu/patches/series +++ b/tools/ioemu/patches/series @@ -37,3 +37,4 @@ vnc-title-domain-name vnc-access-monitor-vt xenstore-block-device-config xenstore-write-vnc-port +qemu-allow-disable-sdl